home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / mkdep < prev    next >
Text File  |  1994-08-09  |  226b  |  6 lines

  1. #!/bin/sh
  2. for srcfile
  3. do
  4.     /usr/lib/cpp -M -I. -I/nfs/fs-4/u10/rayshade/src/ray-exp -I/nfs/fs-4/u10/rayshade/src/ray-exp/libray -I/nfs/fs-4/u10/rayshade/src/ray-exp/libshade -I/home/utah/include/dec  -DLANGUAGE_C $srcfile
  5. done
  6.